home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Welcome / welcome.css < prev    next >
Cascading Style Sheet File  |  2003-12-25  |  2KB  |  166 lines

  1. BODY
  2. {
  3.     color:                 #555753;
  4.     font-family:        georgia;
  5.     font-size:          12pt/20pt;
  6.     background:         ivory url("wrinkls.jpg") repeat;
  7.     margin:             0px;
  8.     padding:             0px;
  9. }
  10.  
  11. P, LI
  12. {
  13.     font-family:        georgia;
  14.     margin-top:         0px;
  15.     text-align:         justify;
  16.     padding-left:         5px;
  17.     padding-right:         5px;
  18. }
  19.  
  20. TD
  21. {
  22.     text-align:         justify;
  23. }
  24.  
  25. DD
  26. {
  27.     text-align:         left;
  28.     margin-left:         5px;
  29. }
  30.  
  31. DT
  32. {
  33.     text-align:         justify;
  34.     margin-left:         50px;
  35.     margin-bottom:      20px;
  36. }
  37.  
  38. H1
  39. {
  40.     font:                 bold 200% georgia;
  41.     letter-spacing:     2px;
  42.     color:                 #7D775C;
  43.     text-align:         center;
  44. }
  45.  
  46. H2
  47. {
  48.     font:                 bold 150% georgia;
  49.     letter-spacing:     1px;
  50.     color:                 #7D775C;
  51.     border-bottom:      3px double #7D775C;
  52. }
  53.  
  54. H3
  55. {
  56.     font:                 italic normal 125% georgia;
  57.     letter-spacing:     1px;
  58.     margin-bottom:         0px;
  59.     color:                 #7D775C;
  60. }
  61.  
  62. H4, H5, H6
  63. {
  64.     font:                  italic normal 110% georgia;
  65.     letter-spacing:     1px;
  66.     margin-bottom:         0px;
  67.     color:                 #7D775C;
  68. }
  69.  
  70. A:link
  71. {
  72.     font-weight:         bold;
  73.     text-decoration:     none;
  74.     color:              #9944CC;
  75.     border-bottom:         1px dotted #69f;
  76. }
  77. A:visited {
  78.     font-weight:         bold;
  79.     text-decoration:     none;
  80.     color:              #A070C4;
  81.     border-bottom:         1px dotted #69f;
  82. }
  83. A:hover, A:active
  84. {
  85.     text-decoration:     underline;
  86.     color:              #5533AA;
  87.     border-bottom:         1px solid #f00;
  88. }
  89.  
  90. .header
  91. {
  92.     width:                 100%;
  93.     clear:              both;
  94.  
  95.     border-bottom:        1px solid #369;
  96.     margin:             10px;
  97. }
  98.  
  99. .footer
  100. {
  101.     width:                 100%;
  102.     clear:              both;
  103.  
  104.     border-top:            1px solid #369;
  105.     margin:             10px;
  106. }
  107.  
  108. .menu-left
  109. {
  110.     width:                 175px;
  111.     float:                 left;
  112.     clear:              none;
  113.     padding:            5px;
  114.  
  115.     border-right:        1px solid #369;
  116.     font-size:          90%;
  117. }
  118.  
  119. .menu-right
  120. {
  121.     width:              175px;
  122.     float:              right;
  123.     clear:              none;
  124.     padding:            5px;
  125.  
  126.     border-left:        1px solid #369;
  127.     font-size:          90%;
  128. }
  129.  
  130. .menu-section
  131. {
  132.     font-size:             120%;
  133.     font-style:           italic;
  134.     font-stretch:       expanded;
  135. }cas
  136.  
  137. .menu-section:link, .menu-section:visited
  138. {
  139.     color:              #7D775C;
  140. }
  141. .menu-section:hover, .menu-section:active
  142. {
  143.     color:              #0000FF;
  144. }
  145.  
  146. .content
  147. {
  148.     clear:                 none;
  149.     margin-left:        185px;
  150.     margin-right:       180px;
  151.     padding:            5px;
  152. }
  153.  
  154. .menu-left UL
  155. {
  156.     margin-top:         0px;
  157.     margin-left:         1.5em;
  158. }
  159.  
  160. .menu-right UL
  161. {
  162.     margin-top:         0px;
  163.     margin-left:         1.5em;
  164. }
  165.  
  166.